Skip to content

fix: abstract image preprocessing in C++ computer vision#376

Merged
JakubGonera merged 7 commits intomainfrom
@jakubgonera/readimage
Jun 10, 2025
Merged

fix: abstract image preprocessing in C++ computer vision#376
JakubGonera merged 7 commits intomainfrom
@jakubgonera/readimage

Conversation

@JakubGonera
Copy link
Copy Markdown
Contributor

Description

Abstract image loading into an Executorch tensor in C++ computer vision native code.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (improves or adds clarity to existing documentation)

Tested on

  • iOS
  • Android

Related issues

#374

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

@JakubGonera JakubGonera requested a review from pweglik June 6, 2025 11:50
@JakubGonera JakubGonera linked an issue Jun 6, 2025 that may be closed by this pull request
Copy link
Copy Markdown
Contributor

@pweglik pweglik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it conceptually, but it's hard for me to review quality-wise

@pweglik pweglik requested review from pweglik and removed request for pweglik June 6, 2025 12:14
@JakubGonera JakubGonera self-assigned this Jun 6, 2025
Copy link
Copy Markdown
Member

@msluszniak msluszniak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not tested manually the changes, but the code looks good!

Base automatically changed from @jakubgonera/object-detection to main June 10, 2025 08:30
@JakubGonera JakubGonera force-pushed the @jakubgonera/readimage branch from b988a64 to 99f2d79 Compare June 10, 2025 08:38
@JakubGonera JakubGonera merged commit 1dc5b34 into main Jun 10, 2025
2 checks passed
@JakubGonera JakubGonera deleted the @jakubgonera/readimage branch June 10, 2025 08:40
mkopcins pushed a commit that referenced this pull request Oct 15, 2025
## Description

Abstract image loading into an Executorch tensor in C++ computer vision
native code.

### Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update (improves or adds clarity to existing
documentation)

### Tested on

- [x] iOS
- [x] Android

### Related issues

#374 

### Checklist

- [x] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make ImageSegmentation preprocess consistent with other CV models

3 participants